[INFO] cloning repository https://github.com/bdbai/ebrust-zh-bots
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bdbai/ebrust-zh-bots" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbdbai%2Februst-zh-bots", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbdbai%2Februst-zh-bots'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9cee2a97d96e4e2834fd9f925f23b3bf2cfe77fb
[INFO] checking bdbai/ebrust-zh-bots against 40527f3e444fde1deb361751bdef9b9e11d1b971+rustflags=--cfg crater_hack --force-warn invalid-c-variadic-arguments for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbdbai%2Februst-zh-bots" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/bdbai/ebrust-zh-bots
[INFO] finished tweaking git repo https://github.com/bdbai/ebrust-zh-bots
[INFO] tweaked toml for git repo https://github.com/bdbai/ebrust-zh-bots written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/bdbai/ebrust-zh-bots on toolchain 40527f3e444fde1deb361751bdef9b9e11d1b971
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/bdbai/ebrust-zh-bots already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a9e0592da802c9a774e98b2a7c29421e491936c11c16abfffba8f36bcd487159
[INFO] running `Command { std: "docker" "start" "a9e0592da802c9a774e98b2a7c29421e491936c11c16abfffba8f36bcd487159", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9e0592da802c9a774e98b2a7c29421e491936c11c16abfffba8f36bcd487159", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a9e0592da802c9a774e98b2a7c29421e491936c11c16abfffba8f36bcd487159" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a9e0592da802c9a774e98b2a7c29421e491936c11c16abfffba8f36bcd487159", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid --cfg crater_hack --force-warn invalid-c-variadic-arguments" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a9e0592da802c9a774e98b2a7c29421e491936c11c16abfffba8f36bcd487159" "/opt/rustwide/cargo-home/bin/cargo" "+40527f3e444fde1deb361751bdef9b9e11d1b971" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]     Checking bytes v1.9.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking litemap v0.7.4
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling cc v1.2.2
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling io-uring v0.7.2
[INFO] [stderr]    Compiling compio-driver v0.6.1
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling openssl v0.10.68
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling compio-fs v0.6.0
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking openssl-probe v0.1.5
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking winnow v0.6.20
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking uuid v1.11.0
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]    Compiling htmlize v1.0.5
[INFO] [stderr]     Checking indexmap v2.6.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking regex-lite v0.1.6
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking socket2 v0.5.8
[INFO] [stderr]     Checking compio-buf v0.5.1
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking os_pipe v1.2.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]    Compiling toml_edit v0.21.1
[INFO] [stderr]     Checking tokio v1.41.1
[INFO] [stderr]     Checking flume v0.11.1
[INFO] [stderr]    Compiling openssl-sys v0.9.104
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-crate v3.1.0
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.83
[INFO] [stderr]    Compiling compio-macros v0.1.2
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking compio-log v0.1.0
[INFO] [stderr]     Checking h2 v0.4.9
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking zerofrom v0.1.5
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]     Checking compio-io v0.5.0
[INFO] [stderr]     Checking hyper v1.5.1
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking compio-runtime v0.6.2
[INFO] [stderr]     Checking compio-signal v0.4.0
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]     Checking compio-tls v0.4.0
[INFO] [stderr]     Checking compio-net v0.6.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]     Checking toml_datetime v0.6.6
[INFO] [stderr]     Checking chrono v0.4.38
[INFO] [stderr]     Checking serde_spanned v0.6.8
[INFO] [stderr]     Checking csv v1.3.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking compio v0.13.2
[INFO] [stderr]     Checking toml_edit v0.22.16
[INFO] [stderr]     Checking cyper-core v0.2.0
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking telegram_types v0.7.0
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]     Checking cyper v0.2.0
[INFO] [stderr]    Compiling refinery-core v0.8.14 (https://github.com/rust-db/refinery.git#8e120f6c)
[INFO] [stderr]     Checking toml v0.8.15
[INFO] [stderr]    Compiling refinery-macros v0.8.14 (https://github.com/rust-db/refinery.git#8e120f6c)
[INFO] [stdout] error: CRATER ERROR: C-variadic argument with type `extern "C" fn(*mut c_void, i32, *const i8)`.
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.32.1/src/trace.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             log_callback as extern "C" fn(_, _, _),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `extern "C" fn(*mut c_void, i32, *const i8)` does not implement `VaArgSafe`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rusqlite-0.32.1/src/trace.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |             log_callback as extern "C" fn(_, _, _),
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: values passed as C-variadic arguments must implement `core::ffi::VaArgSafe`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #162483 <https://github.com/rust-lang/rust/issues/162483>
[INFO] [stdout]    = note: requested on the command line with `--force-warn invalid-c-variadic-arguments`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rusqlite` (lib) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a9e0592da802c9a774e98b2a7c29421e491936c11c16abfffba8f36bcd487159", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a9e0592da802c9a774e98b2a7c29421e491936c11c16abfffba8f36bcd487159", kill_on_drop: false }`
[INFO] [stdout] a9e0592da802c9a774e98b2a7c29421e491936c11c16abfffba8f36bcd487159
